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 &42; Find
&40;
const UScriptStruct &42; InScriptStruct,
const FAttributeId & InAttributeId
&41;
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 |