Navigation
API > API/Plugins > API/Plugins/WorldConditions > API/Plugins/WorldConditions/FWorldConditionBase
Description
Called to check the condition state. The state data for the conditions can be accessed via the Context.
| Name | IsTrue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Public/WorldConditionBase.h |
| Include Path | #include "WorldConditionBase.h" |
| Source | /Engine/Plugins/Runtime/WorldConditions/Source/WorldConditions/Private/WorldConditionBase.cpp |
virtual FWorldConditionResult IsTrue
(
const FWorldConditionContext & Context
) const
The state of the condition.
Parameters
| Name | Remarks |
|---|---|
| Context | Context that stores the context data and state of the query. |