![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BlueprintGeneratedClass.h>
Public Member Functions | |
| FBlueprintComponentChangedPropertyInfo () | |
Public Attributes | |
| FName | PropertyName |
| int32 | ArrayIndex |
| TObjectPtr< UStruct > | PropertyScope |
A single changed Blueprint component property.
|
inline |
Default constructor.
| int32 FBlueprintComponentChangedPropertyInfo::ArrayIndex |
The array index of the changed property.
| FName FBlueprintComponentChangedPropertyInfo::PropertyName |
The name of the changed property.
| TObjectPtr<UStruct> FBlueprintComponentChangedPropertyInfo::PropertyScope |
The parent struct (owner) of the changed property.