Navigation
API > API/Plugins > API/Plugins/SceneStateTasks
Sets a integer value to the bound property reference
| Name | FSceneStateSetIntegerTask |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/SceneState/Source/SceneStateTasks/Public/Setters/SceneStateSetIntegerTask.h |
| Include Path | #include "Setters/SceneStateSetIntegerTask.h" |
Syntax
USTRUCT (DisplayName="Set Integer", Category="Setter")
struct FSceneStateSetIntegerTask : public FSceneStateTask
Inheritance Hierarchy
- FSceneStateTask → FSceneStateSetIntegerTask
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FInstanceDataType | FSceneStateSetIntegerTaskInstance | Setters/SceneStateSetIntegerTask.h |
Functions
Protected
Overridden from FSceneStateTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UScriptStruct * OnGetTaskInstanceType() |
Setters/SceneStateSetIntegerTask.h | ||
virtual void OnStart
(
const FSceneStateExecutionContext& InContext, |
Setters/SceneStateSetIntegerTask.h |