Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator > API/Runtime/UniversalObjectLocator/FResolveParameterBuffer > API/Runtime/UniversalObjectLocator/FResolveParameterBuffer/FindParameter
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorResolveParameterBuffer.h |
| Include | #include "UniversalObjectLocatorResolveParameterBuffer.h" |
template<typename T>
const T * FindParameter
(
TParameterTypeHandle < T > ParameterTypeHandle
) const
Remarks
Find a parameter within this container that was added with the specified handle. A pointer to the parameter if present, nullptr otherwise