Navigation
API > API/Runtime > API/Runtime/FieldNotification
Inheritance Hierarchy
- FFieldVariant
- FFieldVariant
References
| Module | FieldNotification |
| Header | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationVariant.h |
| Include | #include "FieldNotificationVariant.h" |
Syntax
struct FFieldVariant : private FFieldVariant
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFieldVariant
(
const FProperty* InProperty |
|||
FFieldVariant
(
const UFunction* InFunction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UFunction * | GetFunction () |
||
| const UFunction * | GetFunction () |
||
| FProperty * | GetProperty () |
||
| const FProperty * | GetProperty () |
||
| bool | IsFunction () |
||
| bool | IsProperty () |