Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
Typed version of FParameterTypeHandle that provides typed access to the underlying parameter type
| Name | TParameterTypeHandle |
| Type | struct |
| Header File | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorFwd.h |
| Include Path | #include "UniversalObjectLocatorFwd.h" |
| Source | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorParameterTypeHandle.h |
Syntax
template<typename T>
struct TParameterTypeHandle : public UE::UniversalObjectLocator::FParameterTypeHandle
Inheritance Hierarchy
- FParameterTypeHandle → TParameterTypeHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UniversalObjectLocatorParameterTypeHandle.h | |||
TParameterTypeHandle
(
FParameterTypeHandle InHandle |
UniversalObjectLocatorParameterTypeHandle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UScriptStruct * Resolve() |
UniversalObjectLocatorParameterTypeHandle.h |