Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
| Name | FScriptableToolGroupSet |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Tags/ScriptableToolGroupSet.h |
| Include Path | #include "Tags/ScriptableToolGroupSet.h" |
Syntax
USTRUCT ()
struct FScriptableToolGroupSet
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGroupSet | TSet< TSubclassOf< UScriptableToolGroupTag > > | Note: This type needs to be specified explicitly for Groups because we can't use a typedef for a UPROPERTY. | Tags/ScriptableToolGroupSet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Groups | TSet< TSubclassOf< UScriptableToolGroupTag > > | Tags/ScriptableToolGroupSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGroupSet & GetGroups () |
Tags/ScriptableToolGroupSet.h | ||
FGroupSet & GetGroups () |
Tags/ScriptableToolGroupSet.h | ||
bool Matches
(
const FScriptableToolGroupSet& OtherSet |
Tags/ScriptableToolGroupSet.h | ||
void SetGroups
(
const FGroupSet& GroupsIn |
Tags/ScriptableToolGroupSet.h |