Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TAttributeContainer > API/Runtime/Engine/Animation/TAttributeContainer/Remove
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AttributesContainer.h |
| Include | #include "Animation/AttributesContainer.h" |
bool Remove
(
const UScriptStruct * InScriptStruct,
const FAttributeId & InAttributeId
)
Remarks
Removes, if existing, an attribute type/value entry for the specified InScriptType. Whether or not the removal was succesful
Parameters
| Name | Description |
|---|---|
| InAttributeId | Key of the entry to be removed |