FAcquiredResources::Add

Add an acquired resource to this container by providing its releaser function

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/AcquiredResources.h

Include

#include "AcquiredResources.h"

Syntax

template<typename T>
void Add
(
    T && InReleaser
)

Remarks

Add an acquired resource to this container by providing its releaser function

Parameters

Parameter

Description

InReleaser

A releaser function of the signature void() that defines how to release the resource

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