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