YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
Loading...
Searching...
No Matches
UYomItemsBPFunctions Class Reference

Detailed Description

A BlueprintFunctionLibrary for the Items system.

Inheritance diagram for UYomItemsBPFunctions:

Static Public Member Functions

Blueprint Functions
static AYomPlayerGetYomPlayerFromItem (AYomBaseItem *pItem)
 Tries to retrieve the owning YomPlayer from an actor. More...
 

Member Function Documentation

◆ GetYomPlayerFromItem()

AYomPlayer * UYomItemsBPFunctions::GetYomPlayerFromItem ( AYomBaseItem *  pItem)
static

Tries to retrieve the owning YomPlayer from an actor.

Parameters
pItemThe actor that has a relation to a YomPlayer
Returns
If found the YomPlayer, if not it will return a nullptr