Navigation
API > API/Runtime > API/Runtime/FieldNotification
| Name | FFieldVariant |
| Type | struct |
| Header File | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationVariant.h |
| Include Path | #include "FieldNotificationVariant.h" |
Syntax
struct FFieldVariant : private FFieldVariant
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| FieldNotificationVariant.h | |||
FFieldVariant
(
const FProperty* InProperty |
FieldNotificationVariant.h | ||
FFieldVariant
(
const UFunction* InFunction |
FieldNotificationVariant.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UFunction * GetFunction () |
FieldNotificationVariant.h | ||
const UFunction * GetFunction () |
FieldNotificationVariant.h | ||
FProperty * GetProperty () |
FieldNotificationVariant.h | ||
const FProperty * GetProperty () |
FieldNotificationVariant.h | ||
bool IsFunction() |
FieldNotificationVariant.h | ||
bool IsProperty() |
FieldNotificationVariant.h |