Navigation
API > API/Plugins > API/Plugins/WorldConditionsTestSuite
Inheritance Hierarchy
- FWorldConditionBase
- FWorldConditionTestCached
References
| Module | WorldConditionsTestSuite |
| Header | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditionsTestSuite/Public/WorldConditionTestTypes.h |
| Include | #include "WorldConditionTestTypes.h" |
Syntax
USTRUCT&40;Meta&61;&40;Hidden&41;&41;
struct FWorldConditionTestCached : public FWorldConditionBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | TestValue | ||
| FWorldConditionContextDataRef | ValueRef |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldConditionTestCached
(
const int32 InTestValue |
Overridden from FWorldConditionBase
| Type | Name | Description | |
|---|---|---|---|
| bool | Activate
(
const FWorldConditionContext& Context |
Called to activate the condition. | |
| void | Deactivate
(
const FWorldConditionContext& Context |
Called to deactivate the condition. | |
| TObjectPtr< const UStruct > * | |||
| bool | Initialize
(
const UWorldConditionSchema& Schema |
Initializes the condition to be used with a specific schema. | |
| FWorldConditionResult | IsTrue
(
const FWorldConditionContext& Context |
Called to check the condition state. |
Typedefs
| Name | Description |
|---|---|
| FStateType |