Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator > API/Runtime/UniversalObjectLocator/FResolveParameterBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * FindParameter () |
Find a parameter of the specified type. | UniversalObjectLocatorResolveParameterBuffer.h | |
const T * FindParameter
(
TParameterTypeHandle< T > ParameterTypeHandle |
Find a parameter within this container that was added with the specified handle. | UniversalObjectLocatorResolveParameterBuffer.h |
FindParameter()
Description
Find a parameter of the specified type. Relies upon the struct type defining a static TParameterTypeHandle
| Name | FindParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorResolveParameterBuffer.h |
| Include Path | #include "UniversalObjectLocatorResolveParameterBuffer.h" |
template<typename T>
const T * FindParameter() const
A pointer to the parameter if present, nullptr otherwise
FindParameter(TParameterTypeHandle< T >)
Description
Find a parameter within this container that was added with the specified handle.
| Name | FindParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorResolveParameterBuffer.h |
| Include Path | #include "UniversalObjectLocatorResolveParameterBuffer.h" |
template<typename T>
const T * FindParameter
(
TParameterTypeHandle < T > ParameterTypeHandle
) const
A pointer to the parameter if present, nullptr otherwise