FSmartNameContainer

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/SmartName.h

Include

#include "Animation/SmartName.h"

Syntax

struct FSmartNameContainer

Functions

Name Description

Public function

FSmartNameMa...

 

AddContainer

(
    FName NewContainerName
)

Add a new smartname container with the provided name.

Public function Const

const FSmart...

 

GetContainer

(
    FName ContainerName
)

Get a container by name.

Protected function

FSmartNameMa...

 

GetContainerInternal

(
    const FName& ContainerName
)

Protected function Const

const FSmart...

 

GetContainerInternal

(
    const FName& ContainerName
)

Public function

void

 

PostLoad()

Called after load (serialize itself may not be called if the USkeleton we are on is old enough)

Public function

void

 

Serialize

(
    FArchive& Ar,
    bool bIsTemplate
)

Serialize this to the provided archive; required for TMap serialization.

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