Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/FConditionalState
State change event
Called every time the state is changed
| Name | FOnStateChanged |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterConditionalState.h |
| Include Path | #include "Misc/DisplayClusterConditionalState.h" |
Syntax
class FOnStateChanged : public TBaseMulticastDelegate_TwoParams< void, const StateDataType &, const StateDataType & >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, const StateDataType &, const StateDataType & > → FConditionalState::FOnStateChanged