![]() |
Data Shard Plugin
|
This is the complete list of members for DataShardUtils_BP, including all inherited members.
AllShardDataAsString(const UObject *WorldContextObject, const AActor *Actor) | DataShardUtils_BP | static |
BindEventOnShardDataChange(const UObject *WorldContextObject, const FDataShardKey &Key, const FOnShardDataChange &Event) | DataShardUtils_BP | static |
CreateBoundKey(const UObject *WorldContextObject, const FDataShardKey &Parent, const FString &Name, AActor *Actor, FDataShardKey &OutKey) | DataShardUtils_BP | static |
CreateShard(const UObject *WorldContextObject, const FDataShardKey &Key, const int32 &InitData) | DataShardUtils_BP | static |
GetShardData(const UObject *WorldContextObject, const FDataShardKey &Key, int32 &OutData) | DataShardUtils_BP | static |
GetShardDataPure(const UObject *WorldContextObject, const FDataShardKey &Key, int32 &OutData) | DataShardUtils_BP | static |
IsKeyValid(const UObject *WorldContextObject, const FDataShardKey &Key) | DataShardUtils_BP | static |
MakeGlobalShardKey(const UObject *WorldContextObject, const FString &Name) | DataShardUtils_BP | static |
MakeShardKey(const FString &Name, UObject *Owner) | DataShardUtils_BP | static |
RemoveShard(const UObject *WorldContextObject, const FDataShardKey &Key) | DataShardUtils_BP | static |
SetOrCreateShard(const UObject *WorldContextObject, const FDataShardKey &Key, const int32 &InitData) | DataShardUtils_BP | static |
SetShardData(const UObject *WorldContextObject, const FDataShardKey &Key, const int32 &InData) | DataShardUtils_BP | static |
ShardDataAsString(const UObject *WorldContextObject, const FDataShardKey &Key) | DataShardUtils_BP | static |
UnbindAllEventsOnShardDataChange(const UObject *WorldContextObject, const FDataShardKey &Key) | DataShardUtils_BP | static |
UnbindEventOnShardDataChange(const UObject *WorldContextObject, const FDataShardKey &Key, const FOnShardDataChange &Event) | DataShardUtils_BP | static |