UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBoolAnnotation Struct Reference

#include <UObjectAnnotation.h>

Public Member Functions

 FBoolAnnotation ()
 
 FBoolAnnotation (bool InMark)
 
UE_FORCEINLINE_HINT bool IsDefault ()
 

Public Attributes

bool Mark
 

Constructor & Destructor Documentation

◆ FBoolAnnotation() [1/2]

FBoolAnnotation::FBoolAnnotation ( )
inline

default constructor Default constructor must be the default item

◆ FBoolAnnotation() [2/2]

FBoolAnnotation::FBoolAnnotation ( bool  InMark)
inline

Initialization constructor

Parameters
InMarksmarks to initialize to

Member Function Documentation

◆ IsDefault()

UE_FORCEINLINE_HINT bool FBoolAnnotation::IsDefault ( )
inline

Determine if this annotation

Returns
true is this is a default pair. We only check the linker because CheckInvariants rules out bogus combinations

Member Data Documentation

◆ Mark

bool FBoolAnnotation::Mark

bool associated with an object


The documentation for this struct was generated from the following file: