Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UContextObjectStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveContextObjectsOfType () |
ContextObjectStore.h | ||
bool RemoveContextObjectsOfType
(
const UClass* InClass |
Removes any data objects from the tool manager's set of shared data objects that are of type | ContextObjectStore.h |
RemoveContextObjectsOfType()
| Name | RemoveContextObjectsOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ContextObjectStore.h |
| Include Path | #include "ContextObjectStore.h" |
template<class TObjectType>
bool RemoveContextObjectsOfType()
RemoveContextObjectsOfType(const UClass *)
Description
Removes any data objects from the tool manager's set of shared data objects that are of type
| Name | RemoveContextObjectsOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ContextObjectStore.h |
| Include Path | #include "ContextObjectStore.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/ContextObjectStore.cpp |
bool RemoveContextObjectsOfType
(
const UClass * InClass
)
true if any objects are removed.
Parameters
| Name | Remarks |
|---|---|
| InClass |