Navigation
API > API/Plugins > API/Plugins/UAF
A soft reference to an AnimNext variable.
| Name | FAnimNextSoftVariableReference |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Variables/AnimNextSoftVariableReference.h |
| Include Path | #include "Variables/AnimNextSoftVariableReference.h" |
Syntax
struct FAnimNextSoftVariableReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Variables/AnimNextSoftVariableReference.h | |||
FAnimNextSoftVariableReference
(
const FAnimNextVariableReference& VariableReference |
Variables/AnimNextSoftVariableReference.h | ||
FAnimNextSoftVariableReference
(
FName InName, |
Variables/AnimNextSoftVariableReference.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | The name of the variable. | Variables/AnimNextSoftVariableReference.h | |
| OptionalType | TOptional< FAnimNextParamType > | (Expected) type when used for searching references | Variables/AnimNextSoftVariableReference.h | |
| SoftObjectPath | FSoftObjectPath | The asset or struct that the variable reference is contained in. | Variables/AnimNextSoftVariableReference.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetName() |
Get the name of the variable. | Variables/AnimNextSoftVariableReference.h | |
const FSoftObjectPath & GetSoftObjectPath() |
Get the asset or struct that the variable reference is contained in. | Variables/AnimNextSoftVariableReference.h | |
FAnimNextParamType GetType() |
Return reference parameter type, only when set otherwise will assert (use HasType for checking validity) | Variables/AnimNextSoftVariableReference.h | |
bool HasType() |
Whether parameter type was set. | Variables/AnimNextSoftVariableReference.h | |
bool IsNone() |
Check whether this can ever refer to a valid variable. | Variables/AnimNextSoftVariableReference.h | |
void Reset() |
Set this reference to None. | Variables/AnimNextSoftVariableReference.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAnimNextSoftVariableReference FromName
(
FName InName, |
Construct a soft reference from a FName. | Variables/AnimNextSoftVariableReference.h | |
static FAnimNextSoftVariableReference FromNameAndType
(
FName InName, |
Variables/AnimNextSoftVariableReference.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FAnimNextSoftVariableReference& InOther |
Variables/AnimNextSoftVariableReference.h | ||
bool operator==
(
const FAnimNextSoftVariableReference& InOther |
Variables/AnimNextSoftVariableReference.h |