UKismetSystemLibrary::GetEditorProperty

Attempts to retrieve the value of a named property from the given object.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static bool GetEditorProperty
(
    UObject * Object,
    const FName PropertyName,
    int32 & PropertyValue
)

Remarks

Attempts to retrieve the value of a named property from the given object.

Returns

Whether the property value was found and correctly retrieved.

Parameters

Parameter

Description

Object

The object you want to retrieve a property value from.

PropertyName

The name of the object property to retrieve the value from.

PropertyValue

The retrieved property value, if found.

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