Navigation
API > API/Plugins > API/Plugins/HTNPlanner
| Name | FHTNWorldState |
| Type | struct |
| Header File | /Engine/Plugins/AI/HTNPlanner/Source/HTNPlanner/Public/HTNDomain.h |
| Include Path | #include "HTNDomain.h" |
Syntax
struct FHTNWorldState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHTNWorldState
(
const uint32 WorldStateSize |
HTNDomain.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FHTNWorldState() |
HTNDomain.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyEffect
(
const FHTNEffect& Effect |
HTNDomain.h | ||
void ApplyEffects
(
const FHTNEffect* Effects, |
HTNDomain.h | ||
bool CheckCondition
(
const FHTNCondition& Condition |
HTNDomain.h | ||
bool CheckConditions
(
const FHTNCondition* Conditions, |
HTNDomain.h | ||
bool GetValue
(
const FHTNPolicy::FWSKey Key, |
HTNDomain.h | ||
FHTNPolicy::FWSValue GetValueUnsafe
(
const FHTNPolicy::FWSKey Key |
HTNDomain.h | ||
void Reinit
(
const uint32 NewWorldStateSize |
HTNDomain.h | ||
bool SetValue
(
const FHTNPolicy::FWSKey Key, |
HTNDomain.h | ||
void SetValueUnsafe
(
const FHTNPolicy::FWSKey Key, |
HTNDomain.h | ||
void Shrink() |
HTNDomain.h |