TInlineValue::GetPtr

Get a pointer the wrapped object, or a user-specified default

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/InlineValue.h

Include

#include "Misc/InlineValue.h"

Syntax

BaseType * GetPtr
(
    BaseType * Default
)

Remarks

Get a pointer the wrapped object, or a user-specified default

Returns

A pointer to the object, or the user-specified default

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