UBlackboardKeyType::SetValueInMemory

Helper function for writing typed data to memory block, returns true if value has changed

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType.h

Include

#include "BehaviorTree/Blackboard/BlackboardKeyType.h"

Syntax

template<typename T>
static bool SetValueInMemory
(
    uint8 * MemoryBlock,
    const T & Value
)

Remarks

Helper function for writing typed data to memory block, returns true if value has changed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss