Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
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
| Type | Name | Description | |
|---|---|---|---|
FPropertyTempVal
(
FProperty* InProp |
|||
FPropertyTempVal
(
const FPropertyTempVal& |
Uncopyable. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExportText
(
FString& ValueStr, |
Exports the text of the instance. | |
| void * | Get () |
Returns a pointer to the internal instance. | |
| const void * | Get () |
Returns a pointer to the internal instance. | |
| void | Serializes the instance. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPropertyTempVal & | operator=
(
const FPropertyTempVal& |