Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyTempVal
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Get () |
Returns a pointer to the internal instance. | UObject/PropertyTempVal.h | |
const void * Get () |
Returns a pointer to the internal instance. | UObject/PropertyTempVal.h |
Get()
Description
Returns a pointer to the internal instance.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyTempVal.h |
| Include Path | #include "UObject/PropertyTempVal.h" |
void * Get()
Get()
Description
Returns a pointer to the internal instance.
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyTempVal.h |
| Include Path | #include "UObject/PropertyTempVal.h" |
const void * Get() const