Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TAttributeContainer > API/Runtime/Engine/Animation/TAttributeContainer/Find
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include | #include "Animation/AttributesContainer.h" |
uint8 * Find
(
const UScriptStruct * InScriptStruct,
const FAttributeId & InAttributeId
)
Remarks
Tries to find a attribute type/value entry for the specified InScriptType. The ptr to the entry, to be used for modifying the data, nullptr if it was not found
Parameters
| Name | Description |
|---|---|
| InScriptStruct | UScriptStruct (type) for the entry |
| InAttributeId | Key to be used for seraching the entry |