FStreamableHandle::AddContextData

Unconditionally adds a contextual data struct to this handle. Uniqueness is not enforced.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h

Include

#include "Engine/StreamableManager.h"

Syntax

template<typename T>
void AddContextData
(
    const TSharedPtr< T > & NewData
)

Remarks

Unconditionally adds a contextual data struct to this handle. Uniqueness is not enforced.

See Also