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 void Deactivate
(
const FWorldConditionContext & Context
) const
Remarks
Called to deactivate the condition. The state data for the conditions can be accessed via the Context.
Parameters
| Name | Description |
|---|---|
| Context | Context that stores the context data and state of the query. |