FRigVMPropertyPath::GetData

Accessor for traversing the path and returning the memory of the tail

Choose your operating system:

Windows

macOS

Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMPropertyPath.h

Include

#include "RigVMCore/RigVMPropertyPath.h"

Syntax

template<typename T>
T * GetData
(
    uint8 * InPtr,
    const FProperty * InProperty
) const

Remarks

Accessor for traversing the path and returning the memory of the tail

Parameters

Parameter

Description

InPtr

The memory of the head property

InProperty

The head property to traverse off of