Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | TPropertyWithSetterAndGetter |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyWithSetterAndGetter.h |
| Include Path | #include "UObject/PropertyWithSetterAndGetter.h" |
Syntax
template<typename PropertyBaseClass>
class TPropertyWithSetterAndGetter : public PropertyBaseClass
Inheritance Hierarchy
- PropertyBaseClass → TPropertyWithSetterAndGetter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPropertyWithSetterAndGetter
(
FFieldVariant InOwner, |
UObject/PropertyWithSetterAndGetter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CallGetter
(
const void* Container, |
UObject/PropertyWithSetterAndGetter.h | ||
virtual void CallSetter
(
void* Container, |
UObject/PropertyWithSetterAndGetter.h | ||
virtual bool HasGetter() |
UObject/PropertyWithSetterAndGetter.h | ||
virtual bool HasSetter() |
UObject/PropertyWithSetterAndGetter.h | ||
virtual bool HasSetterOrGetter() |
UObject/PropertyWithSetterAndGetter.h |