Navigation
API > API/Editor > API/Editor/ClassViewer > API/Editor/ClassViewer/IUnloadedBlueprintData
References
| Module | ClassViewer |
| Header | /Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h |
| Include | #include "ClassViewerFilter.h" |
bool HasAnyClassFlags
&40;
uint32 InFlagsToCheck
&41; const
Remarks
Used to safely check whether the passed in flag is set. true if the passed in flag is set, false otherwise (including no flag passed in, unless the FlagsToCheck is CLASS_AllFlags)
Parameters
| Name | Description |
|---|---|
| InFlagsToCheck | Class flag to check for |