BlueprintAPI > BlueprintAPI/CustomAttributes
Get integer type attribute value.
Target is Skeletal Mesh Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
name | Bone Name | Name of the bone to retrieve try and retrieve the attribute from |
name | Attribute Name | Name of the attribute to retrieve |
integer | Default Value | In case the attribute could not be found |
enum | Lookup Type | Determines how the attribute is retrieved from the specified BoneName (see ECustomBoneAttributeLookup) |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
integer | Out Value | Retrieved attribute value if found, otherwise is set to DefaultValue |
boolean | Return Value | Whether or not the atttribute was successfully retrieved |