UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBlueprintComponentChangedPropertyInfo Struct Reference

#include <BlueprintGeneratedClass.h>

Public Member Functions

 FBlueprintComponentChangedPropertyInfo ()
 

Public Attributes

FName PropertyName
 
int32 ArrayIndex
 
TObjectPtr< UStructPropertyScope
 

Detailed Description

A single changed Blueprint component property.

Constructor & Destructor Documentation

◆ FBlueprintComponentChangedPropertyInfo()

FBlueprintComponentChangedPropertyInfo::FBlueprintComponentChangedPropertyInfo ( )
inline

Default constructor.

Member Data Documentation

◆ ArrayIndex

int32 FBlueprintComponentChangedPropertyInfo::ArrayIndex

The array index of the changed property.

◆ PropertyName

FName FBlueprintComponentChangedPropertyInfo::PropertyName

The name of the changed property.

◆ PropertyScope

TObjectPtr<UStruct> FBlueprintComponentChangedPropertyInfo::PropertyScope

The parent struct (owner) of the changed property.


The documentation for this struct was generated from the following file: