Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/Param
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Param/ParamId.h |
| Include | #include "Param/ParamId.h" |
Syntax
struct FParamId
Remarks
Global identifier used to avoid re-hashing parameter names.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParamId () |
|||
| Make a parameter ID from an FName, generating the hash. | |||
| Make a parameter ID from a name and hash. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetHash () |
Get the hash of this param. | |
| FName | GetName () |
Get the name of this param. | |
| bool | IsValid () |
Check if this ID represents a valid parameter. |