Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
Header that describes an entry in the parameter buffer.
| Name | FResolveParameterHeader |
| Type | struct |
| Header File | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorResolveParameterBuffer.h |
| Include Path | #include "UniversalObjectLocatorResolveParameterBuffer.h" |
Syntax
struct FResolveParameterHeader
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alignment | uint8 | 1 Byte | UniversalObjectLocatorResolveParameterBuffer.h | |
| ParameterOffset | uint16 | 2 Bytes | UniversalObjectLocatorResolveParameterBuffer.h | |
| Sizeof | uint8 | 1 Byte | UniversalObjectLocatorResolveParameterBuffer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Resolve
(
void* InMemory |
Resolve the given raw pointer into a parameter pointer | UniversalObjectLocatorResolveParameterBuffer.h |