Navigation
API > API/Runtime > API/Runtime/Core
This is an example of a hotfix arg and return value structure. Once we have other examples, it can be deleted.
| Name | FTestHotFixPayload |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include Path | #include "Misc/CoreDelegates.h" |
Syntax
struct FTestHotFixPayload
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | FString | Misc/CoreDelegates.h | ||
| Result | bool | Misc/CoreDelegates.h | ||
| ValueToReturn | bool | Misc/CoreDelegates.h |