UEnvQueryItemType::SetValueInMemory

Helper function for writing typed data to memory block

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Items/EnvQueryItemType.h

Include

#include "EnvironmentQuery/Items/EnvQueryItemType.h"

Syntax

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

Remarks

Helper function for writing typed data to memory block

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