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