FPropertyTempVal

A helper struct which owns a single instance of the type pointed to by a property.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/PropertyTempVal.h"

Syntax

struct FPropertyTempVal

Remarks

A helper struct which owns a single instance of the type pointed to by a property. The instance is properly constructed, destructed and can be serialized and have other functions called on it.

Constructors

Name Description

Public function

FPropertyTempVal

(
    FProperty* InProp
)

Public function

FPropertyTempVal

(
    const FPropertyTempVal&
)

Uncopyable.

Destructors

Name Description

Public function

~FPropertyTempVal()

Functions

Name Description

Public function

void

 

ExportText

(
    FString& ValueStr,
    const void* Defaults,
    UObject* Parent,
    int32 PortFlags,
    UObject* ExportRootScope
)

Exports the text of the instance.

Public function

void *

 

Get()

Returns a pointer to the internal instance.

Public function Const

const void &...

 

Get()

Returns a pointer to the internal instance.

Public function

void

 

Serialize

(
    FArchive& Ar,
    const void* Defaults
)

Serializes the instance.

Operators

Name Description

Public function

FPropertyTem...

 

operator=

(
    const FPropertyTempVal&
)

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