Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimBlueprintFunction
A named input property.
| Name | FInputPropertyData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimClassInterface.h |
| Include Path | #include "Animation/AnimClassInterface.h" |
Syntax
struct FInputPropertyData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassProperty | FProperty * | The input property itself (on this class, not the stub function) | Animation/AnimClassInterface.h | |
| FunctionProperty | FProperty * | The input property (on the stub function) | Animation/AnimClassInterface.h | |
| Name | FName | The name of the property. | Animation/AnimClassInterface.h |