Navigation
API > API/Plugins > API/Plugins/AvalancheSceneTree > API/Plugins/AvalancheSceneTree/FAvaSceneItem
Description
Resolve an Object against an outer. NOTE: If resolving an Actor/Component or anything in a World, be sure to use the appropriate World passed in. GetWorld() is not the same as GetTypedOuter
| Name | Resolve |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheSceneTree/Public/AvaSceneItem.h |
| Include Path | #include "AvaSceneItem.h" |
template<typename InObjectType, typename>
InObjectType * Resolve
(
UObject * InOuter
) const