TProperty::GetOptionalPropertyValue_InContainer

Get the value of the property from a container address, unless it is NULL, then return the default value

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

TCppType GetOptionalPropertyValue_InContainer
(
    void const * B,
    int32 ArrayIndex
) const

Remarks

Get the value of the property from a container address, unless it is NULL, then return the default value

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