Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOptionalPropertyLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool * GetIsSetPointer
(
void* Data |
UObject/PropertyOptional.h | ||
const bool * GetIsSetPointer
(
const void* Data |
UObject/PropertyOptional.h |
GetIsSetPointer(void *)
| Name | GetIsSetPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyOptional.h |
| Include Path | #include "UObject/PropertyOptional.h" |
bool * GetIsSetPointer
(
void * Data
) const
GetIsSetPointer(const void *)
| Name | GetIsSetPointer |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyOptional.h |
| Include Path | #include "UObject/PropertyOptional.h" |
const bool * GetIsSetPointer
(
const void * Data
) const