Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FKeyBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyBuilder () |
PoseSearch/PoseSearchDerivedDataKey.h | ||
FKeyBuilder
(
const UObject* Object, |
PoseSearch/PoseSearchDerivedDataKey.h | ||
FKeyBuilder
(
const UObject* Object, |
Experimental, this feature might be removed without warning, not for production use. | PoseSearch/PoseSearchDerivedDataKey.h |
FKeyBuilder()
| Name | FKeyBuilder |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchDerivedDataKey.h |
| Include Path | #include "PoseSearch/PoseSearchDerivedDataKey.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchDerivedDataKey.cpp |
FKeyBuilder()
FKeyBuilder(const UObject *, bool, bool)
| Name | FKeyBuilder |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchDerivedDataKey.h |
| Include Path | #include "PoseSearch/PoseSearchDerivedDataKey.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchDerivedDataKey.cpp |
FKeyBuilder
(
const UObject * Object,
bool bUseDataVer,
bool bPerformConditionalPostLoadIfRequired
)
FKeyBuilder(const UObject , bool, bool, FPartialKeyHashes , EDebugPartialKeyHashesMode)
Description
Experimental, this feature might be removed without warning, not for production use.
| Name | FKeyBuilder |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchDerivedDataKey.h |
| Include Path | #include "PoseSearch/PoseSearchDerivedDataKey.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchDerivedDataKey.cpp |
FKeyBuilder
(
const UObject * Object,
bool bUseDataVer,
bool bPerformConditionalPostLoadIfRequired,
FPartialKeyHashes * InPartialKeyHashes,
EDebugPartialKeyHashesMode InDebugPartialKeyHashesMode
)