UTakeMetaData::CreateFromDefaults

Create a new meta-data object from the project defaults

Windows
MacOS
Linux

References

Module

TakesCore

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeMetaData.h

Include

#include "TakeMetaData.h"

Source

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/TakeMetaData.cpp

Syntax

static UTakeMetaData * CreateFromDefaults
(
    UObject * Outer,
    FName Name
)

Remarks

Create a new meta-data object from the project defaults

Parameters

Parameter

Description

Outer

The object to allocate the new meta-data within

Name

The name for the new object. Must not already exist

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