Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/FCacheUserToken
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Chaos/ChaosCache.h | |||
FCacheUserToken
(
FCacheUserToken&& Other |
Allow moving, invalidating the old token. | Chaos/ChaosCache.h | |
FCacheUserToken
(
const FCacheUserToken& |
Chaos/ChaosCache.h | ||
FCacheUserToken
(
bool bInOpen, |
Chaos/ChaosCache.h |
FCacheUserToken()
| Name | FCacheUserToken |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include Path | #include "Chaos/ChaosCache.h" |
FCacheUserToken()
FCacheUserToken(FCacheUserToken &&)
Description
Allow moving, invalidating the old token.
| Name | FCacheUserToken |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include Path | #include "Chaos/ChaosCache.h" |
FCacheUserToken
(
FCacheUserToken && Other
)
FCacheUserToken(const FCacheUserToken &)
| Name | FCacheUserToken |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include Path | #include "Chaos/ChaosCache.h" |
FCacheUserToken
(
const FCacheUserToken &
)
FCacheUserToken(bool, bool, const UChaosCache *)
| Name | FCacheUserToken |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include Path | #include "Chaos/ChaosCache.h" |
FCacheUserToken
(
bool bInOpen,
bool bInRecord,
const UChaosCache * InOwner
)