Go to the source code of this file.
◆ CHECK_IF_READWRITE
| #define CHECK_IF_READWRITE |
( |
|
View | ) |
|
Value:
,
TEXT(
"Requested fragment type not bound for writing, type %s. Make sure it has been listed as required in ReadWrite mode.") \
#define checkf(expr, format,...)
Definition AssertionMacros.h:315
FString GetNameSafe(const FField *InField)
Definition Field.h:1230
◆ CHECK_IF_VALID
| #define CHECK_IF_VALID |
( |
|
View, |
|
|
|
Type |
|
) |
| |
Value:
,
TEXT(
"Requested fragment type not bound, type %s. Make sure it has been listed as required."), *
GetNameSafe(Type))