Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UContextObjectStore
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ContextObjectStore.h |
| Include | #include "ContextObjectStore.h" |
template<typename TObjectType>
TObjectType &42; FindContext&40;&41; const
Remarks
Finds the first the context object of the given type. Can return a subclass of the given type. the found context object, casted to the given type, or nullptr if none matches.