Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAnimNextSoftVariableReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Variables/AnimNextSoftVariableReference.h | |||
FAnimNextSoftVariableReference
(
const FAnimNextVariableReference& InVariableReference |
Construct a soft reference from a hard reference. | Variables/AnimNextSoftVariableReference.h | |
FAnimNextSoftVariableReference
(
FName InName, |
Construct a soft reference to an asset/struct variable. | Variables/AnimNextSoftVariableReference.h |
FAnimNextSoftVariableReference()
| Name | FAnimNextSoftVariableReference |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Variables/AnimNextSoftVariableReference.h |
| Include Path | #include "Variables/AnimNextSoftVariableReference.h" |
FAnimNextSoftVariableReference()
FAnimNextSoftVariableReference(const FAnimNextVariableReference &)
Description
Construct a soft reference from a hard reference.
| Name | FAnimNextSoftVariableReference |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Variables/AnimNextSoftVariableReference.h |
| Include Path | #include "Variables/AnimNextSoftVariableReference.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/Variables/AnimNextSoftVariableReference.cpp |
FAnimNextSoftVariableReference
(
const FAnimNextVariableReference & InVariableReference
)
FAnimNextSoftVariableReference(FName, const FSoftObjectPath &)
Description
Construct a soft reference to an asset/struct variable.
| Name | FAnimNextSoftVariableReference |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Variables/AnimNextSoftVariableReference.h |
| Include Path | #include "Variables/AnimNextSoftVariableReference.h" |
FAnimNextSoftVariableReference
(
FName InName,
const FSoftObjectPath & InSoftObjectPath
)