Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FDataRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveReferencePose
(
USkeletalMeshComponent* SkeletalMeshComponent |
Removes a previously registered reference pose for the given SkeletalMeshComponent. | DataRegistry.h | |
void RemoveReferencePose
(
USkeletalMesh* SkeletalMesh |
Removes a previously registered reference pose for the given SkeletalMesh. | DataRegistry.h |
RemoveReferencePose(USkeletalMeshComponent *)
Description
Removes a previously registered reference pose for the given SkeletalMeshComponent.
| Name | RemoveReferencePose |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/DataRegistry.h |
| Include Path | #include "DataRegistry.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/DataRegistry.cpp |
void RemoveReferencePose
(
USkeletalMeshComponent * SkeletalMeshComponent
)
RemoveReferencePose(USkeletalMesh *)
Description
Removes a previously registered reference pose for the given SkeletalMesh.
| Name | RemoveReferencePose |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/DataRegistry.h |
| Include Path | #include "DataRegistry.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/DataRegistry.cpp |
void RemoveReferencePose
(
USkeletalMesh * SkeletalMesh
)