Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FBoolAnnotation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor Default constructor must be the default item | UObject/UObjectAnnotation.h | ||
FBoolAnnotation
(
bool InMark |
Initialization constructor | UObject/UObjectAnnotation.h |
FBoolAnnotation()
Description
Default constructor Default constructor must be the default item
| Name | FBoolAnnotation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
FBoolAnnotation()
FBoolAnnotation(bool)
Description
Initialization constructor
| Name | FBoolAnnotation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectAnnotation.h |
| Include Path | #include "UObject/UObjectAnnotation.h" |
FBoolAnnotation
(
bool InMark
)
Parameters
| Name | Remarks |
|---|---|
| InMarks | marks to initialize to |