FMatineeUtils::GetPropertyAddress

Gets the address (typed) of a property to modify

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MatineeUtils.h

Include

#include "MatineeUtils.h"

Syntax

namespace FMatineeUtils
{
    template<typename T>
    T * FMatineeUtils::GetPropertyAddress
    (
        UObject * BaseObject,
        FName InPropName,
        FProperty *& OutProperty,
        UObject *& OutPropertyOwner
    )
}

Remarks

Gets the address (typed) of a property to modify

Returns

The typed address

Parameters

Parameter

Description

BaseObject

The base object to search for properties in

InPropName

The name or path to the property

OutProperty

The FProperty that would be modified by changing the address

OutPropertyOwner

The owner of the FProperty. This is the actual UObject that is modified

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