Navigation
API > API/Plugins > API/Plugins/UAFAnimNode
A small struct to wrap an FName and cache its type hash.
| Name | FUAFStackName |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimNode/Source/UAFAnimNode/Public/UAF/UAFStack.h |
| Include Path | #include "UAF/UAFStack.h" |
Syntax
class FUAFStackName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUAFStackName
(
const FName& InName |
Implicitly coerce or construct a stack name from an FName. | UAF/UAFStack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | UAF/UAFStack.h | ||
| NameHash | uint32 | UAF/UAFStack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FName & GetName() |
Returns the stack name. | UAF/UAFStack.h | |
uint32 GetNameHash() |
Returns the stack name hash. | UAF/UAFStack.h |