Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- PropertyBaseClass
- TPropertyWithSetterAndGetter
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyWithSetterAndGetter.h |
| Include | #include "UObject/PropertyWithSetterAndGetter.h" |
Syntax
template<typename PropertyBaseClass>
class TPropertyWithSetterAndGetter : public PropertyBaseClass
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| GetterFuncPtr | GetterFunc | ||
| SetterFuncPtr | SetterFunc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPropertyWithSetterAndGetter
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CallGetter
(
const void* Container, |
||
| void | CallSetter
(
void* Container, |
||
| bool | HasGetter () |
||
| bool | HasSetter () |
||
| bool |