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

Detailed Description

A BlueprintFunctionLibrary for the Yom Gated Access.

Inheritance diagram for UYomGatedAccessBPFunctions:

Static Public Member Functions

Blueprint Functions
static bool CanPlayerAccess (AYomGatedAccess *pGatedAcces, AYomPlayer *pPlayer)
 Check Player whether can access a Gated Access or not. More...
 

Member Function Documentation

◆ CanPlayerAccess()

bool UYomGatedAccessBPFunctions::CanPlayerAccess ( AYomGatedAccess pGatedAcces,
AYomPlayer pPlayer 
)
static

Check Player whether can access a Gated Access or not.

Parameters
pGatedAccesThe Gated Access actor.
pPlayerThe player actor.
Returns
Whether or not a Player can access a Gated Access or not.