FBodyInstanceDelegatesPtr

Specialization of [TUniquePtr](API\Runtime\Core\Templates\TUniquePtr) for storing body instance delegates as there is a need to copy the contents of the delegate structure.

Windows
MacOS
Linux

Inheritance Hierarchy

Deleter

TUniquePtr

FBodyInstance::FBodyInstanceDelegatesPtr

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h

Include

#include "PhysicsEngine/BodyInstance.h"

Syntax

struct FBodyInstanceDelegatesPtr : public TUniquePtr< FBodyInstanceDelegates >

Remarks

Specialization of TUniquePtr for storing body instance delegates as there is a need to copy the contents of the delegate structure.

Constructors

Name Description

Public function

FBodyInstanceDelegatesPtr()

Public function

FBodyInstanceDelegatesPtr

(
    const FBodyInstanceDelegatesPtr& O...
)

Operators

Name Description

Public function

FBodyInstanc...

 

operator=

(
    const FBodyInstanceDelegatesPtr& O...
)

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