FBlueprintComponentChangedPropertyInfo

A single changed Blueprint component property.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/BlueprintGeneratedClass.h

Include

#include "Engine/BlueprintGeneratedClass.h"

Syntax

struct FBlueprintComponentChangedPropertyInfo

Remarks

A single changed Blueprint component property.

Variables

Name Description

Public variable

int32

 

ArrayIndex

The array index of the changed property.

Public variable

FName

 

PropertyName

The name of the changed property.

Public variable

UStruct *

 

PropertyScope

The parent struct (owner) of the changed property.

Constructors

Name Description

Public function

FBlueprintComponentChangedPropertyInfo()

Default constructor.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss