FParameterStoreSnapshot

Diffable, and serializable to a buffer

Windows
MacOS
Linux

References

Module

DirectLink

Header

/Engine/Source/Runtime/Datasmith/DirectLink/Public/DirectLinkParameterStore.h

Include

#include "DirectLinkParameterStore.h"

Syntax

class FParameterStoreSnapshot

Remarks

Diffable, and serializable to a buffer

Functions

Name Description

Public function

void

 

AddParam

(
    FName Name,
    Reflect::ESerialMethod StorageMetho...,
    void* StorageLocation
)

Public function Const

int32

 

GetParameterIndex

(
    FName ParameterName
)

Public function Const

bool

 

GetValueAs

(
    int32 I,
    T& Out
)

Public function Const

bool

 

GetValueAs

(
    FName Name,
    T& Out
)

Public function Const

FElementHash

 

Hash()

Public function

void

 

ReserveParamCount

(
    uint32 PropCount
)

Public function

void

 

SerializeAll

(
    FArchive& Ar
)

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